SAP Configuration
Orchestra's SAP adapter uses the SAPJCO libraries from SAP. Since one can not assume that these libraries exist in every system, the SAP adapter is switched off by default. If you operate SAP interfaces that access SAP, the values must be switched on in the configuration:
In case you want to build scenarios connecting to SAP, please ensure to copy the files
- sapjco3.jar and libsapjco3.so (Linux)
- sapjco3.jar and sapjco3.dll (Windows)
into your base/lib directory.
After that SAP JCO has to be enabled in the environment_settings.xml:
<group name="adapter">
<parameter name = "sap.jco.enabled" value = "true"/> <!--set this to "true"-->
</group>
Note: If a bridge is used, it must be configured instead of the web designer. (See How to enable SAP - Bridge )